home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-29 | 318 b | 21 lines | [TEXT/MPS ] |
- // Copyright: ©1993 Apple Computer, Inc. All rights reserved.
- // Author: Victor J. Hnyp
- // Date: 16-Nov-92
-
-
- #ifndef __FINDER__
- #define __FINDER__
-
- #ifndef __UTILITY__
- #include "Utility.h"
- #endif
-
-
- typedef struct
- {
- long FinderSelector;
- long compareSelector;
- long value;
- } FinderState, *FinderStatePtr;
-
- #endif